home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 1867 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  40 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: mac_dyn175.altair.wes.mot.com!user
  3. From: x@x.com (Ardis)
  4. Subject: Re: PCMCIA card and GSM mobile communications
  5. X-Nntp-Posting-Host: mac_dyn175.altair.wes.mot.com
  6. Message-ID: <x-1501961345100001@mac_dyn175.altair.wes.mot.com>
  7. Sender: root@wes.mot.com (Lego Operator)
  8. Organization: Motorola Wireless Data Group
  9. References: <4c8kli$hd6@news.dknet.dk>
  10. Date: Mon, 15 Jan 1996 19:47:05 GMT
  11.  
  12. Hi,
  13.  
  14. Try this info, hope it helps.
  15.  
  16. Init Strings
  17. ATE0V0
  18. /* Note: the Nokia DTP-2 doesn't like an ATH command to be followed by another
  19.  * command on the same line. It returns ERROR (4) in that case. That's why I've
  20.  * put the ATH0 on a seperate line.
  21.  */
  22. ATH0
  23. ATS35=3     /* S35=3 means set to V22bis, see manual for other values */
  24. #ifdef SET_TRANSP_MODE
  25. AT&D2S7=60  /* Try to put the PC Card in Transparent data mode. */
  26. #endif
  27. ATE0V0X4 /* X4: send only codes 0..5, 7, 8 and 10. */
  28.  
  29. Set Baud Rate
  30. ATS35=      /* add appropriate value - see manual for values */
  31.  
  32. Set Flow Control
  33. ATS34=2     /* Hardware flow control */
  34. ATS34=1     /* Software flow control */
  35. ATS34=0     /* no flow control
  36.  
  37. Dial
  38. ATDT
  39. GSM modem reports CARRIER (16) instead of CONNECT
  40.